Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SHACK-304] Updating dependencies to fix ChefDK build pipeline failures #33

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

tyler-ball
Copy link
Contributor

@tyler-ball tyler-ball commented Jul 31, 2018

Description

All the google-* deps will be removed soon via inspec/train#329

I got rid of the 'localdev' group because having those gems in the lock
was causing issues with running the ChefDK tests. We can add them back
later if we want.

Issues Resolved

SHACK-304

Check List

  • New functionality includes tests
  • All tests pass
  • PR title is a worthy inclusion in the CHANGELOG
  • You have locally validated the change

Signed-off-by: tyler-ball tball@chef.io

@tyler-ball tyler-ball requested a review from a team July 31, 2018 15:42
Copy link
Contributor

@robbkidd robbkidd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the google-* deps will be removed soon via inspec/train#329

I am interpreting this as:

Yes, this is a lot of new dependencies. Don't worry about the Google ones; they won't be staying long.

Is that right?

aws-sdk (~> 2)
azure_mgmt_resources (~> 0.15)
docker-api (~> 1.26)
google-api-client (~> 0.19.8)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am cautiously optimistic that this will still allow kitchen-google—which also requires google-api-client—to get chef gem install'd into a Workstation.

@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
# localization gem...
spec.add_dependency "toml-rb" # This isn't ideal because mixlib-config uses 'tomlrb'
# but that library does not support a dumper
spec.add_dependency "train" # remote connection management over ssh, winrm
spec.add_dependency "train", ">= 1.4.24" # remote connection management over ssh, winrm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any notes we can add to the commit message about why this minimum version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm actually just going to get rid of this constraint. I did it to force us to use the same version the ChefDK does but that will get reconciled automatically when the ChefDK solves its entire dependency universe

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

find the universe that works

@tyler-ball
Copy link
Contributor Author

@robbkidd That is correct - the google dependencies will not be staying long

All the google-* deps will be removed soon via inspec/train#329

I got rid of the 'localdev' group because having those gems in the lock
was causing issues with running the ChefDK tests. We can add them back
later if we want.

Signed-off-by: tyler-ball <tball@chef.io>
Copy link
Contributor

@robbkidd robbkidd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unblock pipeline

@tyler-ball tyler-ball merged commit 10ddd9f into master Jul 31, 2018
@tyler-ball tyler-ball deleted the SHACK-304/deps branch July 31, 2018 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants